home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 125 / CD Gamer Issue 125 (August 2003) (Disc 1).ISO / Games / Unreal 2 / unreal2demo 2.exe / Disk1 / data1.cab / App_Executables / Scripts / M08A / GoGetPlayer2.u2s < prev    next >
Encoding:
Text File  |  2003-03-13  |  541 b   |  33 lines

  1. //GoGetPlayer2
  2.  
  3.  
  4. call setupontriggers
  5.  
  6. :Fight1
  7. testrandom 0.5 gotolabel Fight2
  8. playsound player U2Izarian.Eat2 slot_talk
  9. gotoactor pathnode11
  10. gotoactor pathnode37
  11. playsound player U2Izarian.Idle2 slot_talk
  12. gotoactor pathnode39
  13. sleep
  14.  
  15.  
  16. :Fight2
  17. inert 1
  18. playsound player U2Izarian.Taunt1 slot_talk
  19. gotoactor pathnode5
  20. gotoactor pathnode46
  21. gotoactor pathnode48
  22. playsound player U2Izarian.idle5 slot_talk
  23. animplay Taunt01_lg 1 1 1
  24. gotoactor pathnode39
  25. inert 0
  26. turntoactor player 2
  27. sleep
  28.  
  29.  
  30. :setupontriggers
  31. return
  32.  
  33.